body{
    background-color: black;
}
p{
    font-size: 16px;
    font-family: Roboto;
    color: white;
}
ul{
    font-size: 16px;
    font-family: Roboto;
    color: white;
}

h1{
    font-size: 32px;
    font-family: Roboto;
    color: white;
}
hr{
    color: white;
}
a{
    font-size: 16px;
    font-family: Roboto;
    color: white;
    text-decoration: none;
    margin-left: 175px;
}
.one h1{
    color:aliceblue;
    text-align: center;
}
.two h1{
    text-align: center;
}
.three img{
    float: right;
    border-width: 5px;
    border-style:solid ;
    border-radius: 10px;
    border-color: white;
}
.three p{
    text-align: right;
    font-size: 16px;
    font-family: Roboto;
    color: white;
    clear: both;
    text-decoration: underline white;
}
.four h1{
    text-align: center;
    font-size: 32px;
    font-family: Roboto;
    color: white;
}
.four p{
    text-align: center;
    font-size: 16px;
    font-family: Roboto;
    color: white;
}